Erase truncate-lines message
authorjustbur <justin@burkett.cc>
Thu, 16 Jul 2015 02:33:41 +0000 (22:33 -0400)
committerjustbur <justin@burkett.cc>
Thu, 16 Jul 2015 02:33:41 +0000 (22:33 -0400)
which-key.el

index 5274f308f1dccd565a6e6cef4e018a6b39eed50e..ebc77bb125f923d1a7386eeed39d2c526b83b214 100644 (file)
@@ -277,7 +277,8 @@ set too high) and setup which-key buffer."
   (with-current-buffer which-key--buffer
     ;; suppress confusing minibuffer message
     (let (message-log-max)
-      (toggle-truncate-lines 1))
+      (toggle-truncate-lines 1)
+      (message ""))
     (setq-local cursor-type nil)
     (setq-local cursor-in-non-selected-windows nil)
     (setq-local mode-line-format nil))